projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78dc50d
)
(cperl-lazy-help-time): Fix customize
author
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:17:02 +0000
(09:17 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 18 Sep 1998 09:17:02 +0000
(09:17 +0000)
type.
lisp/progmodes/cperl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cperl-mode.el
b/lisp/progmodes/cperl-mode.el
index 12dbb596131766f6678dbb216a6990f45e6eaa0b..0a35cfe175ffefeef292fff5d3245bbf8999217e 100644
(file)
--- a/
lisp/progmodes/cperl-mode.el
+++ b/
lisp/progmodes/cperl-mode.el
@@
-274,7
+274,7
@@
Can be overwritten by `cperl-hairy' if nil."
(defcustom cperl-lazy-help-time nil
"*Not-nil (and non-null) means to show lazy help after given idle time.
Can be overwritten by `cperl-hairy' to be 5 sec if nil."
- :type '(choice (const null) integer)
+ :type '(choice (const null)
(const nil)
integer)
:group 'cperl-affected-by-hairy)
(defcustom cperl-pod-face 'font-lock-comment-face